home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 271_02 / smgraph.h < prev    next >
Text File  |  1988-01-27  |  1KB  |  57 lines

  1. /*
  2. **          SM.LIB  function source code for Turbo-C
  3. **  Copyright 1988, S.E. Margison
  4. **
  5. **  FUNCTION: smgraph.h  (formerly graphics.h)
  6. ** extra defines for IBM Graphics Characters
  7. */
  8.  
  9. /* Single Line Box Drawing Characters */
  10. #define SHLINE 196
  11. #define SVLINE 179
  12. #define SUL 218
  13. #define SUR 191
  14. #define SCROSS 197
  15. #define SLL 192
  16. #define SLR 217
  17. #define STOPT 194
  18. #define SLT 195
  19. #define SRT 180
  20. #define SBOTT 193
  21.  
  22. /* Double Line Box Drawing Characters */
  23. #define DHLINE 205
  24. #define DVLINE 186
  25. #define DUL 201
  26. #define DUR 187
  27. #define DCROSS 206
  28. #define DLL 200
  29. #define DLR 188
  30. #define DTOPT 203
  31. #define DLT 204
  32. #define DRT 185
  33. #define DBOTT 202
  34.  
  35. /* Single Vertical with Double Horizontal */
  36. #define SDUL 213
  37. #define SDUR 184
  38. #define SDTOPT 209
  39. #define SDBOTT 207
  40. #define SDCROSS 216
  41. #define SDLT 198
  42. #define SDRT 181
  43. #define SDLL 212
  44. #define SDLR 190
  45.  
  46. /* Double Vertical with Single Horizontal */
  47. #define DSUL 214
  48. #define DSUR 183
  49. #define DSTOPT 210
  50. #define DSBOTT 208
  51. #define DSCROSS 215
  52. #define DSLT 199
  53. #define DSRT 182
  54. #define DSLL 211
  55. #define DSLR 189
  56.  
  57.